RtREx Object

The RtREx object is used in:

Properties

Property SubType Read Only Description

Description

String

 

Specifies the description property of the real-time record.

Number

Integer

 

Specifies the number of real-time records.

PointId

String

 

Specifies the Short PointId (Point ID) property in the real-time record. For example, Site.Service.PointId.

PointIdLong

String

 

Specifies the Long PointId (Long Point ID) property in the real-time record. For example, Facility_UDC.

Status

Integer

 

Specifies the status property of the real-time record.

TimeStamp

Date

 

Specifies the timestamp property of the real-time record.

TimeStamp2

Date

 

Obsolete

TimeStampType

CxTimeStampType

 

Specifies the type of timestamp. Options are File Time or Coordinated Universal Time (UTC). See the CxTimeStampType enum table for possible values.

Units

String

 

Specifies the units property of the real-time record.

UserStatus

Long

 

Specifies the point user status (the user status bits in the real-time record).

Value

String

 

Specifies the value of the point in the real-time record.

ValueDouble

Double

 

Specifies the value of the point as a double.

ValueLong

Long

 

Specifies the value of the point as a long.

ValueType

CxValueType

 

Specifies the type of value. Options are String, Long, or Double. See the CxValueType enum table for possible values.